Insert This code into between the <HEAD> tags of your HTML Page.
<style> <!-- #marquee2{ border:2px solid } .outline, .pauseresumebutton{ border-color:green; background-color:green; font:bold 12px Verdana; color:white; } --> </style>
Insert This code into between the <Body> tags of your HTML Page.
<script language="JavaScript1.2"> ns4style="display:none" whichstate="m" function motor(){ if (whichstate=="m"){ marquee2.pause() whichstate="p" } else{ marquee2.resume() whichstate="m" } } </script> <div style="{ns4style};"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%"><p align="center"> <object ID="marquee2" class="outline" CLASSID="clsid:1A4DA620-6217-11CF-BE62-0080C72EDD2D" WIDTH="130" HEIGHT="150"> <param name="szURL" value="YOUR PAGE GOES HERE THAT YOU WANT TO SCROLL"> <param name="ScrollDelay" value="10"> <param name="ScrollPixelsY" value="-5"> <param name="ScrollPixelsX" value="0"> <param name="LoopsY" value="-1"> <param name="DrawImmediately" value="1"> </object> </td> </tr> </table> </div> <table width="130"> <tr> <td width="100%" style="cursor:hand" onClick="motor()"><div align="center" title="Pause/Resume button" class="pauseresumebutton"><p>Pause/Resume</p> </div></td> </tr> </table>
1998 Copyright (C) Next Step Publishing All Rights Reserved